2006-01-25 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
- Oops. s/_(/Q_(/ in the patch.
-
-2006-01-25 Behdad Esfahbod <behdad@gnome.org>
-
- * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
- Use translated strings calendar:week:digits|%d and
+ Use contexed translated strings calendar:week:digits|%d and
calendar:day:digits|%d to let translators choose localized digits for
week and day numbers. (bug #317171, Hamed Malek)
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
- Oops. s/_(/Q_(/ in the patch.
-
-2006-01-25 Behdad Esfahbod <behdad@gnome.org>
-
- * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
- Use translated strings calendar:week:digits|%d and
+ Use contexed translated strings calendar:week:digits|%d and
calendar:day:digits|%d to let translators choose localized digits for
week and day numbers. (bug #317171, Hamed Malek)
g_return_if_fail (result);
/* Translators: this defines whether the week numbers should use
- * localized digits or the ones used in Latin (0123...).
+ * localized digits or the ones used in English (0123...).
*
* Translate to "calendar:week:digits|%Id" if you want to use localized
* digits. Leave it alone to whatever it is otherwise.
}
/* Translators: this defines whether the day numbers should use
- * localized digits or the ones used in Latin (0123...).
+ * localized digits or the ones used in English (0123...).
*
* Translate to "calendar:day:digits|%Id" if you want to use localized
* digits. Leave it alone to whatever it is otherwise.